Lines Matching full:synchronized
182 method public synchronized void addError(junit.framework.Test, java.lang.Throwable);
183 method public synchronized void addFailure(junit.framework.Test, junit.framework.AssertionFailedError);
184 method public synchronized void addListener(junit.framework.TestListener);
186 method public synchronized int errorCount();
187 method public synchronized java.util.Enumeration<junit.framework.TestFailure> errors();
188 method public synchronized int failureCount();
189 method public synchronized java.util.Enumeration<junit.framework.TestFailure> failures();
190 method public synchronized void removeListener(junit.framework.TestListener);
192 method public synchronized int runCount();
194 method public synchronized boolean shouldStop();
196 method public synchronized void stop();
197 method public synchronized boolean wasSuccessful();