public class PostfixTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.Timeout |
globalTimeout |
Constructor and Description |
---|
PostfixTest() |
Modifier and Type | Method and Description |
---|---|
void |
a_simple() |
void |
b_arithmeticExceptions() |
void |
c_notEnough() |
void |
d_tooMuchOnStack() |
void |
e_nothing() |
void |
f_badNumbers() |
void |
g_badInput() |
void |
h_leftoverInput() |
void |
i_parentheses() |
public void a_simple()
public void b_arithmeticExceptions()
public void c_notEnough()
public void d_tooMuchOnStack()
public void e_nothing()
public void f_badNumbers()
public void g_badInput()
public void h_leftoverInput()
public void i_parentheses()