/**
*
*/
package jp.terasoluna.fw.batch.constants;
import static org.junit.Assert.assertNotNull;
import org.junit.Test;
/**
*
*/
public class LogIdTest {
/**
* testLogId001
* @throws Exception
*/
@Test
public void testLogId001() throws Exception {
LogId li = new LogId();
assertNotNull(li);
}
}