public void runTest()
 {
     ClearTestResult();
     CopyToExtractor?.Invoke(testCase.speciesBP, testCase.levelsWild[(int)StatNames.Torpidity] + 1 + testCase.levelsDom.Sum(), testCase.statValues, testCase.postTamed, testCase.bred, testCase.imprintingBonus, false, this);
 }
 private void bt2Ex_Click(object sender, EventArgs e)
 {
     CopyToExtractor?.Invoke(testCase.speciesBP, testCase.levelsWild[(int)StatNames.Torpidity] + 1 + testCase.levelsDom.Sum(), testCase.statValues, testCase.postTamed, testCase.bred, testCase.imprintingBonus, true, this);
 }