Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
parse_cipt_test.cpp File Reference
#include "../../oracle/src/parsehelpers.h"
#include "gtest/gtest.h"
Include dependency graph for parse_cipt_test.cpp:

Functions

 TEST (ParseCiptTest, parsesThisEntersTapped)
 TEST (ParseCiptTest, parsesThisEntersTheBattlefieldTapped)
 TEST (ParseCiptTest, parsesItEntersTappedAtEndOfSentence)
 TEST (ParseCiptTest, parsesThisEntersTappedWhenNotOnFirstLine)
 TEST (ParseCiptTest, parsesFullNameWithUnderscoreAppendedText)
 TEST (ParseCiptTest, parsesFullNameWithBracketsAppendedText)
 TEST (ParseCiptTest, parsesFullNameWithComma)
 TEST (ParseCiptTest, parsesFullNameWithCommaAtEndOfSentence)
 TEST (ParseCiptTest, parsesFullNameWithApostropheAtEndOfSentence)
 TEST (ParseCiptTest, parsesShortnameEndingWithComma)
 TEST (ParseCiptTest, parsesShortnameEndingWithSpace)
 TEST (ParseCiptTest, parsesMultiWordShortnameEndingWithComma)
 TEST (ParseCiptTest, parsesMultiWordShortnameEndingWithSpace)
 TEST (ParseCiptTest, parsesShortnameEndingWithSpaceWithUnderscoreAppendedText)
 TEST (ParseCiptTest, parsesShortnameEndingWithSpaceWithBracketsAppendedText)
 TEST (ParseCiptTest, parsesMultiWordShortnameEndingWithSpaceWithUnderscoreAppendedText)
 TEST (ParseCiptTest, parsesMultiWordShortnameEndingWithSpaceWithBracketsAppendedText)
 TEST (ParseCiptTest, rejectsEmptyText)
 TEST (ParseCiptTest, rejectsEntersTappedUnless)
 TEST (ParseCiptTest, rejectsWhenNameIsDifferent)
 TEST (ParseCiptTest, rejectsOtherCreaturesEnterTapped)
 TEST (ParseCiptTest, rejectsAbilityGrantingEntersTapped)
 TEST (ParseCiptTest, parsesEntersTappedAndAbilityGrantingEntersTappedOnSameCard)
 TEST (ParseCiptTest, rejectsItEntersTappedAndAttacking)
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ TEST() [1/24]

TEST ( ParseCiptTest ,
parsesEntersTappedAndAbilityGrantingEntersTappedOnSameCard  )
Here is the call graph for this function:

◆ TEST() [2/24]

TEST ( ParseCiptTest ,
parsesFullNameWithApostropheAtEndOfSentence  )
Here is the call graph for this function:

◆ TEST() [3/24]

TEST ( ParseCiptTest ,
parsesFullNameWithBracketsAppendedText  )
Here is the call graph for this function:

◆ TEST() [4/24]

TEST ( ParseCiptTest ,
parsesFullNameWithComma  )
Here is the call graph for this function:

◆ TEST() [5/24]

TEST ( ParseCiptTest ,
parsesFullNameWithCommaAtEndOfSentence  )
Here is the call graph for this function:

◆ TEST() [6/24]

TEST ( ParseCiptTest ,
parsesFullNameWithUnderscoreAppendedText  )
Here is the call graph for this function:

◆ TEST() [7/24]

TEST ( ParseCiptTest ,
parsesItEntersTappedAtEndOfSentence  )
Here is the call graph for this function:

◆ TEST() [8/24]

TEST ( ParseCiptTest ,
parsesMultiWordShortnameEndingWithComma  )
Here is the call graph for this function:

◆ TEST() [9/24]

TEST ( ParseCiptTest ,
parsesMultiWordShortnameEndingWithSpace  )
Here is the call graph for this function:

◆ TEST() [10/24]

TEST ( ParseCiptTest ,
parsesMultiWordShortnameEndingWithSpaceWithBracketsAppendedText  )
Here is the call graph for this function:

◆ TEST() [11/24]

TEST ( ParseCiptTest ,
parsesMultiWordShortnameEndingWithSpaceWithUnderscoreAppendedText  )
Here is the call graph for this function:

◆ TEST() [12/24]

TEST ( ParseCiptTest ,
parsesShortnameEndingWithComma  )
Here is the call graph for this function:

◆ TEST() [13/24]

TEST ( ParseCiptTest ,
parsesShortnameEndingWithSpace  )
Here is the call graph for this function:

◆ TEST() [14/24]

TEST ( ParseCiptTest ,
parsesShortnameEndingWithSpaceWithBracketsAppendedText  )
Here is the call graph for this function:

◆ TEST() [15/24]

TEST ( ParseCiptTest ,
parsesShortnameEndingWithSpaceWithUnderscoreAppendedText  )
Here is the call graph for this function:

◆ TEST() [16/24]

TEST ( ParseCiptTest ,
parsesThisEntersTapped  )
Here is the call graph for this function:

◆ TEST() [17/24]

TEST ( ParseCiptTest ,
parsesThisEntersTappedWhenNotOnFirstLine  )
Here is the call graph for this function:

◆ TEST() [18/24]

TEST ( ParseCiptTest ,
parsesThisEntersTheBattlefieldTapped  )
Here is the call graph for this function:

◆ TEST() [19/24]

TEST ( ParseCiptTest ,
rejectsAbilityGrantingEntersTapped  )
Here is the call graph for this function:

◆ TEST() [20/24]

TEST ( ParseCiptTest ,
rejectsEmptyText  )
Here is the call graph for this function:

◆ TEST() [21/24]

TEST ( ParseCiptTest ,
rejectsEntersTappedUnless  )
Here is the call graph for this function:

◆ TEST() [22/24]

TEST ( ParseCiptTest ,
rejectsItEntersTappedAndAttacking  )
Here is the call graph for this function:

◆ TEST() [23/24]

TEST ( ParseCiptTest ,
rejectsOtherCreaturesEnterTapped  )
Here is the call graph for this function:

◆ TEST() [24/24]

TEST ( ParseCiptTest ,
rejectsWhenNameIsDifferent  )
Here is the call graph for this function: