package junit.learnnow; public class MyClass { int myMethodInt(int myParm1) { //Fake it first, then make it! int myReturn = 0; return myReturn; } }