Created
June 1, 2011 13:21
-
-
Save drewbourne/1002277 to your computer and use it in GitHub Desktop.
Broken Flash Builder FlexUnit Stack Trace Error description example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Expected: <0> invocations of namespacedMethod | |
but: ClassWithNamespaces(proxied).namespacedMethod | |
at global/assertThatMatcher(assertThatMatcher.as:42) | |
at global/org.hamcrest::assertThat(assertThat.as:44) | |
**[ at mockolate.issues.issue42::ExplictlyDefineNamespaceToProxyTest/proxied_shouldNotInterceptProxiedNamespaces(ExplictlyDefineNamespaceToProxyTest.as:25) ] | |
...removed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: Expected: <0> invocations of namespacedMethod() | |
but: ClassWithNamespaces(proxied).namespacedMethod() invoked 1/0 (+1) times | |
at global/assertThatMatcher()[/redacted/hamcrest-as3/hamcrest/src/org/hamcrest/assertThatMatcher.as:42] | |
at global/org.hamcrest::assertThat()[/redacted/hamcrest-as3/hamcrest/src/org/hamcrest/assertThat.as:44] | |
at mockolate.issues.issue42::ExplictlyDefineNamespaceToProxyTest/proxied_shouldNotInterceptProxiedNamespaces()[/redacted/mockolate/mockolate-unit-test/src/mockolate/issues/issue42/ExplictlyDefineNamespaceToProxyTest.as:25] | |
...removed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment