Class CommandChannelDecoderTest

java.lang.Object
org.apache.maven.surefire.booter.spi.CommandChannelDecoderTest

public class CommandChannelDecoderTest extends Object
  • Field Details

    • tempFolder

      public final org.junit.rules.TemporaryFolder tempFolder
  • Constructor Details

    • CommandChannelDecoderTest

      public CommandChannelDecoderTest()
  • Method Details

    • initTmpFile

      public void initTmpFile()
    • deleteTmpFiles

      public void deleteTmpFiles()
    • testDecoderRunClass

      public void testDecoderRunClass() throws IOException
      Throws:
      IOException
    • testDecoderTestsetFinished

      public void testDecoderTestsetFinished() throws IOException
      Throws:
      IOException
    • testDecoderSkipSinceNextTest

      public void testDecoderSkipSinceNextTest() throws IOException
      Throws:
      IOException
    • testDecoderShutdownWithExit

      public void testDecoderShutdownWithExit() throws IOException
      Throws:
      IOException
    • testDecoderShutdownWithKill

      public void testDecoderShutdownWithKill() throws IOException
      Throws:
      IOException
    • testDecoderShutdownWithDefault

      public void testDecoderShutdownWithDefault() throws IOException
      Throws:
      IOException
    • testDecoderNoop

      public void testDecoderNoop() throws IOException
      Throws:
      IOException
    • shouldIgnoreDamagedStream

      public void shouldIgnoreDamagedStream() throws IOException
      Throws:
      IOException
    • shouldIgnoreDamagedHeader

      public void shouldIgnoreDamagedHeader() throws IOException
      Throws:
      IOException
    • testDecoderByeAck

      public void testDecoderByeAck() throws IOException
      Throws:
      IOException
    • shouldDecodeTwoCommands

      public void shouldDecodeTwoCommands() throws IOException
      Throws:
      IOException
    • testIncompleteCommand

      public void testIncompleteCommand() throws IOException
      Throws:
      IOException
    • testIncompleteCommandStart

      public void testIncompleteCommandStart() throws IOException
      Throws:
      IOException
    • shouldNotDecodeCorruptedCommand

      public void shouldNotDecodeCorruptedCommand() throws IOException
      Throws:
      IOException
    • shouldSkipCorruptedCommand

      public void shouldSkipCorruptedCommand() throws IOException
      Throws:
      IOException
    • testBinaryCommandStream

      public void testBinaryCommandStream() throws Exception
      Throws:
      Exception