add log init + code and typos cleanup

This commit is contained in:
Costin Leau
2012-07-11 17:51:28 +03:00
parent 6f6e673b00
commit 10c9a11e01
3 changed files with 28 additions and 24 deletions

View File

@@ -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()}.
*/