mirror of
https://gitee.com/dcren/initializr.git
synced 2025-07-16 07:59:42 +08:00
Fix test names
This commit is contained in:
parent
33f91b0c64
commit
3f1b4eca13
@ -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()
|
||||
|
@ -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()
|
Loading…
Reference in New Issue
Block a user