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 TypeMethodDescriptionvoid
static void
Launch the test.static PreferenceOrder<String>
void
setUp()
Perform pre-test initialization.void
tearDown()
Perform post-test clean-up.void
void
void
-
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
-