Class ScoringPreferenceAggregatorTest
java.lang.Object
org.tweetyproject.preferences.test.ScoringPreferenceAggregatorTest
The class 
ScoringPreferenceAggregatorTest contains tests for the class ScoringPreferenceAggregator.- Version:
 - $Revision: 1.0 $
 - Author:
 - Bastian Wolf
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidLaunch the test.static PreferenceOrder<String>voidsetUp()Perform pre-test initialization.voidtearDown()Perform post-test clean-up.voidvoidvoid 
- 
Constructor Details
- 
ScoringPreferenceAggregatorTest
public ScoringPreferenceAggregatorTest() 
 - 
 - 
Method Details
- 
parseFile
 - 
initializeOrders
public void initializeOrders() - 
testPluralityScoringPreferenceAggregator_1
- Throws:
 Exception
 - 
testVetoScoringPreferenceAggregator_1
- Throws:
 Exception
 - 
testBordaScoringPreferenceAggregator_1
- Throws:
 Exception
 - 
setUp
Perform pre-test initialization.- Throws:
 Exception- if the initialization fails for some reason
 - 
tearDown
Perform post-test clean-up.- Throws:
 Exception- if the clean-up fails for some reason
 - 
main
Launch the test.- Parameters:
 args- the command line arguments
 
 -