Class MockSelfWithNoDefaultConstructorDemo


  • public class MockSelfWithNoDefaultConstructorDemo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int hello  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String aMethod()  
      void aMethod2()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • hello

        private int hello
    • Constructor Detail

      • MockSelfWithNoDefaultConstructorDemo

        public MockSelfWithNoDefaultConstructorDemo​(int hello)
    • Method Detail

      • aMethod

        public java.lang.String aMethod()
      • aMethod2

        public void aMethod2()