Fix test names

This commit is contained in:
Stephane Nicoll 2016-02-01 11:29:22 +01:00
parent 33f91b0c64
commit 3f1b4eca13
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -28,7 +28,7 @@ import static org.junit.Assert.assertThat
/**
* @author Stephane Nicoll
*/
class CommandLineHelpGeneratorTest {
class CommandLineHelpGeneratorTests {
private CommandLineHelpGenerator generator = new CommandLineHelpGenerator()

View File

@ -1,5 +1,5 @@
/*
* Copyright 2012-2015 the original author or authors.
* Copyright 2012-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -28,7 +28,7 @@ import static org.junit.Assert.assertSame
/**
* @author Stephane Nicoll
*/
class DependenciesCapabilityTest {
class DependenciesCapabilityTests {
@Rule
public final ExpectedException thrown = ExpectedException.none()