Skip to content

Commit

Permalink
Updated to use new method in Concordion 2.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelcharman committed Nov 20, 2016
1 parent 03f8064 commit e92ee6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
23 changes: 0 additions & 23 deletions concordion-run-totals-extension.iml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ public void throwableCaught(ThrowableCaughtEvent event) {
writeText(event.getElement(), "threw exception");
}




@Override
public void runStarted(RunStartedEvent runStartedEvent) {
}

@Override
public void successReported(RunSuccessEvent event) {
writeText(event);
Expand Down

0 comments on commit e92ee6f

Please sign in to comment.