Egor's blog

By Egor, 12 years ago, translation, In English

Changes:

Defect Codeforces generation: should unescape HTML
Defect TopCoderTester: should accept arrays without curle bracers
Enhancement Add ability to select tests on which task would be tested
Enhancement Allow using custom output class instead of PrintWriter
Enhancement Tester: Should return WA if actual is not exhausted in checker

New property added to configuration - outputClass. It is java.io.PrintWriter by default. Ouput class shoud has constructor, that take OuputStream and one that take Writer as parameter and also method close. You can leave your old configuration as all properties that are absent in configuration file are set to default values

Method next of input class shoud throw exception if file is exhausted (Scanner do this)

Download links: plugin, configuration
  • Vote: I like it
  • +3
  • Vote: I do not like it