public class JZtxtcmdUserExample
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Appendable |
out2 |
java.lang.String |
simpeTestFinalString |
java.lang.String |
simpeTestString |
private int |
sum |
java.util.Map<java.lang.String,DataAccess.Variable<java.lang.Object>> |
testVariables |
Constructor and Description |
---|
JZtxtcmdUserExample(java.lang.Appendable out) |
Modifier and Type | Method and Description |
---|---|
void |
methodTest(char cc) |
void |
methodTest(char cc,
java.lang.String text) |
void |
methodTest(java.io.File file) |
void |
methodTest(float x,
int y) |
void |
methodTest(java.lang.String text) |
(package private) void |
testCalctimeMethodInvocation(int x) |
public final java.lang.String simpeTestFinalString
public java.lang.String simpeTestString
public final java.util.Map<java.lang.String,DataAccess.Variable<java.lang.Object>> testVariables
private int sum
private final java.lang.Appendable out2
public void methodTest(float x, int y) throws java.io.IOException
java.io.IOException
public void methodTest(char cc) throws java.io.IOException
java.io.IOException
public void methodTest(char cc, java.lang.String text) throws java.io.IOException
java.io.IOException
public void methodTest(java.lang.String text) throws java.io.IOException
java.io.IOException
public void methodTest(java.io.File file) throws java.io.IOException
java.io.IOException
void testCalctimeMethodInvocation(int x)