()
| 82 | } |
| 83 | |
| 84 | public static boolean IsInteractive() { |
| 85 | if (vtkJavaTesting.Tester.IsInteractiveModeSpecified() == 0) { |
| 86 | return false; |
| 87 | } |
| 88 | return true; |
| 89 | } |
| 90 | |
| 91 | public static void Exit(int retVal) { |
| 92 | vtkJavaTesting.Tester = null; |
no test coverage detected