public class TestRunner extends junit.textui.TestRunner (Code)
TestRunner is a runner that can run a suite of tests.
It supports all junit.textui.TestRunner options and
inaddition to that it supports gunit specific options.
java gunit.textui.TestRunner --h would print the usage of
the runner
Inner Class :static class SingleMethodTestFilter implements TestFilter