@AfterClass: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * JUnit =Overview= The annotation must be attached to a '''static''' method.")
 
Line 2: Line 2:


* [[JUnit#Annotations|JUnit]]
* [[JUnit#Annotations|JUnit]]
* [[@BeforeClass]]


=Overview=
=Overview=


The annotation must be attached to a '''static''' method.
The annotation must be attached to a '''static''' method.

Revision as of 02:05, 29 August 2021

Internal

Overview

The annotation must be attached to a static method.