public class RETest extends Object
| Constructor and Description |
|---|
RETest()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
assertEquals(String message,
int expected,
int actual) |
void |
assertEquals(String message,
String expected,
String actual) |
static void |
main(String[] args)
Main program entrypoint.
|
static boolean |
test(String[] args)
Testing entrypoint.
|
public static void main(String[] args)
args - Command line arguments (optional regular expression)public static boolean test(String[] args) throws Exception
args - Command line argumentsException - thrown in case of errorpublic void assertEquals(String message, int expected, int actual)
Copyright © 2018–2021 mhoffrogge. All rights reserved.