public class TestOctaveErrors extends Object
| Constructor and Description |
|---|
TestOctaveErrors() |
| Modifier and Type | Method and Description |
|---|---|
void |
testError()
Test that error() in octave breaks the engine
|
void |
testEvalWithTryCatch()
Test that error() in try/catch does not break the engine
|
void |
testOk()
Test
|
void |
testParseException()
Test that when an unknown type is read the OctaveParseException is thrown and the system will still work
|
void |
testSyntaxErrorInEval()
Test that syntax error in eval() does not break the engine
|
void |
testSyntaxErrorInSafeEval()
Test that syntax error in safeEval() does not break the engine
|
void |
testSyntaxErrorInTryCatch()
Test that shows that try/catch does prevent a syntax error
from breaking the engine
|
public void testError()
public void testEvalWithTryCatch()
public void testSyntaxErrorInTryCatch()
public void testSyntaxErrorInEval()
public void testSyntaxErrorInSafeEval()
public void testOk()
public void testParseException()
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.