Home
last modified time | relevance | path

Searched refs:loggedStatus (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.monitoring.tests/src/org/eclipse/ui/internal/monitoring/
H A DDefaultLoggerTests.java45 private IStatus loggedStatus; field in DefaultLoggerTests
56 loggedStatus = status; in createLogListener()
79 assertEquals(PreferenceConstants.PLUGIN_ID, loggedStatus.getPlugin()); in testLogEvent()
80 assertTrue("Logged status was not a MultiStatus", loggedStatus.isMultiStatus()); in testLogEvent()
81 assertEquals(expectedHeader, loggedStatus.getMessage()); in testLogEvent()
83 loggedStatus.getChildren().length); in testLogEvent()
85 IStatus freezeEvent = loggedStatus.getChildren()[0]; in testLogEvent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/
H A DExternalAnnotations17Test.java658 assertEquals("number of log entries", 1, listener.loggedStatus.size()); in testBogusAnnotationFile1()
659 final Throwable exception = listener.loggedStatus.get(0).getException(); in testBogusAnnotationFile1()
706 assertEquals("number of log entries", 1, listener.loggedStatus.size()); in testBogusAnnotationFile2()
707 final Throwable exception = listener.loggedStatus.get(0).getException(); in testBogusAnnotationFile2()
H A DClasspathInitializerTests.java501 IStatus loggedStatus; in testContainerInitializer10() field in ClasspathInitializerTests.LogListener
503 this.loggedStatus = status; in testContainerInitializer10()
555 assertEquals("Should not get any exception in log", null, listener.loggedStatus); in testContainerInitializer10()
H A DExternalAnnotations18Test.java123 List<IStatus> loggedStatus = new ArrayList<>(); field in ExternalAnnotations18Test.LogListener
125 this.loggedStatus.add(status); in logging()
1915 assertEquals("number of log entries", 0, listener.loggedStatus.size()); in testBrokenConfig1()
H A DReconcilerTests.java1772 IStatus loggedStatus; in testExternal2() field in ReconcilerTests.LogListener
1774 this.loggedStatus = status; in testExternal2()
1795 assertEquals("Should not get any exception in log", null, listener.loggedStatus); in testExternal2()