MCPcopy Create free account
hub / github.com/Kitware/VTK / IsInteractive

Method IsInteractive

Wrapping/Java/vtk/vtkJavaTesting.java:84–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

runMethod · 0.80

Calls 1

Tested by

no test coverage detected