public void should_have_added_the_kinetic_in_the_formula_cache() { _formulaCache.Count().ShouldBeEqualTo(1); }
public void should_add_the_molecule_default_start_value_to_the_given_formula_cache() { _formulaCache.Count().ShouldBeGreaterThan(0); }