javar.testdata
Class Loops
java.lang.Object
|
+--javar.testdata.Loops
- public class Loops
- extends Object
This is a test class that will test a simple loop
- Author:
- Ben Litchfield
|
Constructor Summary |
Loops()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Loops
public Loops()
ifStatement
public void ifStatement()
forLoop
public void forLoop()
ifInForLoop
public void ifInForLoop()
whileLoop
public void whileLoop()
isTrue
public boolean isTrue()