27 using namespace pwiz::util;
28 using namespace pwiz::proteome;
39 Protein emptyProtein(
"", 0,
"",
"");
43 ProteinPtr protein1(
new Protein(
"SPROT|42", 1,
"Life, the universe, and everything.",
""));
47 proteinListSimple->proteins.push_back(protein0);
48 proteinListSimple->proteins.push_back(protein1);
68 unit_assert(result.size()==2 && result[0]==0 && result[1]==1);
82 protein = proteinList.
protein(1);
88 int main(
int argc,
const char* argv[])