Closes gh-9827
This commit is contained in:
Johnny Lim
2017-07-21 23:24:13 +09:00
committed by Andy Wilkinson
parent 18cfd9d3dd
commit bd27d147d7
6 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ public class AssertProviderApplicationContextTests {
}
@Test
public void getWhenTypeIsNullShouldThrowExecption() throws Exception {
public void getWhenTypeIsNullShouldThrowException() throws Exception {
this.thrown.expect(IllegalArgumentException.class);
this.thrown.expectMessage("Type must not be null");
AssertProviderApplicationContext.get(null, ApplicationContext.class,