public abstract @interface

Teardown

implements Annotation
com.google.gwt.benchmarks.client.Teardown

Class Overview

Specifies a teardown method that will be executed after the annotated Benchmark test method. Teardown methods are automatically executed by the benchmarking framework after their matching test methods. Teardown measurements are excluded from final benchmark reports.

For example, you might annotate a Benchmark method named testInserts with @Teardown("endTestInserts") to ensure endTestInserts is always executed after testInserts.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation