add log init + code and typos cleanup
This commit is contained in:
@@ -15,11 +15,10 @@
|
||||
*/
|
||||
package org.springframework.shell.plugin.support;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
/**
|
||||
* @author Jarred Li
|
||||
*
|
||||
@@ -28,14 +27,6 @@ public class DefaultBannerProviderTest {
|
||||
|
||||
private DefaultBannerProvider banner = new DefaultBannerProvider();
|
||||
|
||||
/**
|
||||
* Test method for {@link org.springframework.shell.plugin.support.DefaultBannerProvider#getOrder()}.
|
||||
*/
|
||||
@Test
|
||||
public void testGetOrder() {
|
||||
Assert.assertTrue(banner.getOrder() == Integer.MAX_VALUE);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test method for {@link org.springframework.shell.plugin.support.DefaultBannerProvider#getBanner()}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user