KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > jester > functionaltests > NotTested


1 package jester.functionaltests;
2
3 public class NotTested {
4     public NotTested() {
5         super();
6     }
7     int couldReturnAnything() {
8         //1
9
return 1;
10     }
11 }
Popular Tags