edu.cmu.sphinx.decoder.scorer
Class ScorerTests

java.lang.Object
  extended by edu.cmu.sphinx.decoder.scorer.ScorerTests

public class ScorerTests
extends java.lang.Object

Unit tests for the processing logic of the scorer implementations

Author:
Holger Brandl

Constructor Summary
ScorerTests()
           
 
Method Summary
static void configureLogger()
           
 void testThreadedScorerDeallocation()
           
 void waitUntilSpeechStart()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScorerTests

public ScorerTests()
Method Detail

configureLogger

public static void configureLogger()

waitUntilSpeechStart

public void waitUntilSpeechStart()

testThreadedScorerDeallocation

public void testThreadedScorerDeallocation()
                                    throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException