public final class ZelTest extends Object
| Constructor and Description |
|---|
ZelTest() |
| Modifier and Type | Method and Description |
|---|---|
long |
fib(long i) |
BigInteger |
fibB(int i) |
BigInteger |
fibBNr(int i) |
void |
helloWorld() |
void |
testAbs() |
void |
testArray() |
void |
testArrays() |
void |
testAssignement() |
void |
testAsync() |
void |
testAsync2() |
void |
testBasicArithmetic() |
void |
testCond() |
void |
testCond2() |
void |
testCond3() |
void |
testDecode() |
void |
testDecode2() |
void |
testFib() |
void |
testFibPerformance() |
void |
testFor() |
void |
testJavaExec() |
void |
testJavaExecStatic() |
void |
testMultiAssignement() |
void |
testMultiRet() |
void |
testOverflow() |
void |
testOverflow2() |
void |
testOverflow3() |
void |
testParallelism() |
void |
testParallelism2() |
void |
testSwap() |
void |
testType() |
public void helloWorld()
throws CompileException,
ExecutionException,
InterruptedException,
UnsupportedEncodingException
public void testBasicArithmetic()
throws CompileException,
ExecutionException,
InterruptedException
public void testJavaExec()
throws CompileException,
ExecutionException,
InterruptedException
public void testJavaExecStatic()
throws CompileException,
ExecutionException,
InterruptedException
public void testAssignement()
throws CompileException,
ExecutionException,
InterruptedException
public void testFib()
throws CompileException,
ExecutionException,
InterruptedException
public BigInteger fibB(int i)
public long fib(long i)
public BigInteger fibBNr(int i)
public void testFibPerformance()
throws CompileException,
ExecutionException,
InterruptedException
public void testParallelism()
throws CompileException,
ExecutionException,
InterruptedException
public void testParallelism2()
throws CompileException,
ExecutionException,
InterruptedException
public void testCond()
throws CompileException,
ExecutionException,
InterruptedException
public void testAsync()
throws CompileException,
ExecutionException,
InterruptedException
public void testAsync2()
throws CompileException,
ExecutionException,
InterruptedException
public void testArrays()
throws CompileException,
ExecutionException,
InterruptedException
public void testCond2()
throws CompileException,
ExecutionException,
InterruptedException
public void testCond3()
throws CompileException,
ExecutionException,
InterruptedException
public void testFor()
throws CompileException,
ExecutionException,
InterruptedException
public void testSwap()
throws CompileException,
ExecutionException,
InterruptedException
public void testArray()
throws CompileException,
ExecutionException,
InterruptedException
public void testMultiRet()
throws CompileException,
ExecutionException,
InterruptedException
public void testMultiAssignement()
throws CompileException,
ExecutionException,
InterruptedException
public void testAbs()
throws CompileException,
ExecutionException,
InterruptedException
public void testDecode()
throws CompileException,
ExecutionException,
InterruptedException
public void testDecode2()
throws CompileException,
ExecutionException,
InterruptedException
public void testType()
throws CompileException,
ExecutionException,
InterruptedException
public void testOverflow()
throws CompileException,
ExecutionException,
InterruptedException
public void testOverflow2()
throws CompileException,
ExecutionException,
InterruptedException
public void testOverflow3()
throws CompileException,
ExecutionException,
InterruptedException
Copyright © 2018 SPF4J. All rights reserved.