mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-14 06:54:57 -05:00
[CI] Add some unit tests
This commit is contained in:
@@ -327,6 +327,9 @@ TEST_F(KineticsFromScratch, third_body_composition)
|
||||
Composition prod = R->products;
|
||||
EXPECT_EQ(prod.count("H2O"), (size_t) 0);
|
||||
EXPECT_EQ(reac.count("M"), (size_t) 0);
|
||||
|
||||
ASSERT_THROW(kin.kineticsSpeciesName(200), IndexError);
|
||||
ASSERT_THROW(kin.kineticsSpeciesIndex("spam"), CanteraError);
|
||||
}
|
||||
|
||||
TEST_F(KineticsFromScratch, add_falloff_reaction1)
|
||||
|
||||
Reference in New Issue
Block a user