Polish
Closes gh-9827
This commit is contained in:
committed by
Andy Wilkinson
parent
18cfd9d3dd
commit
bd27d147d7
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user