@After

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

A method annotated with @After is executed after all methods annotated with @Test in a JUnit test class, every time the test method is executed.