22
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Forgot to got rid of our work around for manually setting the source of an event. We don't need it anymore.
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Updated checkstyle to ignore GWT core class
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Added gwt 2.1 eventbus
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Corrected the failed test case
christiangoudreau
as Christian Goudreau
More... over 14 years ago
update issue 193
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Modified the behaviour of forceMock, fixed bug in automocking module, added unit tests to automocking module.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Minor documentation updates.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Added a mechanism to bind classes to mockito spies.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Merge changes More... over 14 years ago
Closes Issue 225: Uses interface (ActionHandler) instead of abstract class (AbstractActionHandler ) More... over 14 years ago
Corrected a validation problem that causes injected methods annotated with @Before and @After to fail.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Solved a bug in tested module that could cause it to miss some fields present in base test classes.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Issue 237: Define an @All annotation to run test methods on all bound instances Issue 235: Unit test tester framework
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Complete - Issue 248: Use getter method to access 'view' field in PresenterWidget#getWidget http://code.google.com/p/gwt-platform/issues/detail?id=248
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Merge with 1ee44ff3f346429782087b9182b0806d700a8bfc More... over 14 years ago
Issue 224: Documentation for bindMockActionHandler and bindMockClientActionHandler More... over 14 years ago
Issue 247: Builder for DispatchModule and DispatchAsyncModule More... over 14 years ago
Fixed a bug where callbacks weren't called when using the new cache system.
christiangoudreau
as Christian Goudreau
More... over 14 years ago
Complete: Issue 246: Non standard package directory names (should all be lowercase) More... over 14 years ago
Complete: Issue 231: Support injecting Provider<> into test methods Issue 241: Allow injecting fields of the test class annotated with @InjectTest Issue 242: Rename @InjectTest to @TestInject Issue 243: Scan parent test classes for @TestSingleton
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Issue 233:Remove "final" modifier from PresenterWidget.getWidget More... over 14 years ago
Clean-up checkstyle problems.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Corrected a bug that completely disabled automatic binding.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Changed visibility of some tester classes to public.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Added mechanism to globally disable autobinding, useful for tests.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Corrected a bug that occured with the generator now that the eventBus is no longer visible in ProxyPlaceAbstract.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Issue 232: Support automocking
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Corrected failing test.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Fixed minor issue in ant file that caused the build to break.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago
Issue 196: Setup GuiceMockitoJUnitRunner to automatically inject parameters of test functions.
philippebeaudoin
as Philippe Beaudoin
More... over 14 years ago