package com.springdeveloper.hadoop; import junit.framework.TestCase; public class ExampleTest extends TestCase { public void testReadOnce() throws Exception { assertTrue("", 12 == "Hello world!".length()); } }