Skip to content

Commit

Permalink
Moved TimingExtension and tests to documentation module
Browse files Browse the repository at this point in the history
  • Loading branch information
jlink committed Jan 19, 2016
1 parent b5a6446 commit 156fc58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Expand Up @@ -8,7 +8,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package com.example.timing;
package timing;

import static org.junit.gen5.api.extension.ExtensionPointRegistry.Position.INNERMOST;

Expand Down
Expand Up @@ -8,7 +8,7 @@
* http://www.eclipse.org/legal/epl-v10.html
*/

package com.example.timing;
package timing;

import org.junit.gen5.api.Test;
import org.junit.gen5.api.extension.ExtendWith;
Expand All @@ -20,10 +20,8 @@
*
* @since 5.0
*/
@RunWith(JUnit5.class)
@ExtendWith(TimingExtension.class)
// Must be public to be picked up by JUnit4 test runner in IDEs.
public class TimingExtensionTests {
class TimingExtensionTests {

@Test
void sleep20ms() throws Exception {
Expand Down

0 comments on commit 156fc58

Please sign in to comment.