buildframework/helium/sf/java/core/tests/src/com/nokia/helium/core/plexus/tests/TestAntStreamConsumer.java
changeset 628 7c4a911dc066
parent 587 85df38eb4012
equal deleted inserted replaced
588:c7c26511138f 628:7c4a911dc066
    14 * Description:  
    14 * Description:  
    15 *
    15 *
    16 */
    16 */
    17 package com.nokia.helium.core.plexus.tests;
    17 package com.nokia.helium.core.plexus.tests;
    18 
    18 
       
    19 import static org.junit.Assert.assertTrue;
       
    20 
    19 import org.apache.tools.ant.BuildEvent;
    21 import org.apache.tools.ant.BuildEvent;
    20 import org.apache.tools.ant.BuildListener;
    22 import org.apache.tools.ant.BuildListener;
    21 import org.apache.tools.ant.Project;
    23 import org.apache.tools.ant.Project;
    22 import org.apache.tools.ant.taskdefs.Echo;
    24 import org.apache.tools.ant.taskdefs.Echo;
    23 import org.junit.Test;
    25 import org.junit.Test;
    24 import static org.junit.Assert.*;
    26 
    25 import com.nokia.helium.core.plexus.AntStreamConsumer;
    27 import com.nokia.helium.core.plexus.AntStreamConsumer;
    26 
    28 
    27 public class TestAntStreamConsumer {
    29 public class TestAntStreamConsumer {
    28 
    30 
    29     public class AntBuildListener implements BuildListener {
    31     public class AntBuildListener implements BuildListener {