Package mockit

Class ExpectationsTest.Dependency

java.lang.Object
mockit.ExpectationsTest.Dependency
Enclosing class:
ExpectationsTest

@Deprecated public static class ExpectationsTest.Dependency extends Object
Deprecated.
The Class Dependency.
  • Constructor Details

    • Dependency

      @Deprecated public Dependency()
      Deprecated.
      Instantiates a new dependency.
  • Method Details

    • setSomething

      public void setSomething(@Deprecated int value)
      Deprecated.
      Sets the something.
      Parameters:
      value - the new something
    • setSomethingElse

      public void setSomethingElse(String value)
      Deprecated.
      Sets the something else.
      Parameters:
      value - the new something else
    • doSomething

      public int doSomething(Integer i, boolean b)
      Deprecated.
      Do something.
      Parameters:
      i - the i
      b - the b
      Returns:
      the int
    • editABunchMoreStuff

      public int editABunchMoreStuff()
      Deprecated.
      Edits the A bunch more stuff.
      Returns:
      the int
    • notifyBeforeSave

      public boolean notifyBeforeSave()
      Deprecated.
      Notify before save.
      Returns:
      true, if successful
    • prepare

      public void prepare()
      Deprecated.
      Prepare.
    • save

      public void save()
      Deprecated.
      Save.