Skip to content

Instantly share code, notes, and snippets.

@drewbourne
Created June 1, 2011 13:21
Show Gist options
  • Save drewbourne/1002277 to your computer and use it in GitHub Desktop.
Save drewbourne/1002277 to your computer and use it in GitHub Desktop.
Broken Flash Builder FlexUnit Stack Trace Error description example
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.
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