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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidstatic voidLaunch the test.static PreferenceOrder<String>voidsetUp()Perform pre-test initialization.voidtearDown()Perform post-test clean-up.voidvoidvoid
- 
Constructor Details- 
ScoringPreferenceAggregatorTestpublic ScoringPreferenceAggregatorTest()
 
- 
- 
Method Details- 
parseFile
- 
initializeOrderspublic void initializeOrders()
- 
testPluralityScoringPreferenceAggregator_1- Throws:
- Exception
 
- 
testVetoScoringPreferenceAggregator_1- Throws:
- Exception
 
- 
testBordaScoringPreferenceAggregator_1- Throws:
- Exception
 
- 
setUpPerform pre-test initialization.- Throws:
- Exception- if the initialization fails for some reason
 
- 
tearDownPerform post-test clean-up.- Throws:
- Exception- if the clean-up fails for some reason
 
- 
mainLaunch the test.- Parameters:
- args- the command line arguments
 
 
-