PokemonExceptionCheck

Checks for Pokémon exception handling, i.e. "gotta' catch 'em all".

1 try {
2   choose(pikachu);
3 } catch (Throwable e) {
4   ...
5 }
class PokemonExceptionCheck : BaseAnalyzer {
enum MESSAGE;
enum string KEY;
bool ignoreType;
}

Inherited Members

From BaseAnalyzer

visit
void visit(const Unittest unittest_)

Visits a unittest.

fileName
string fileName;

The file name

Meta