public class FixtureHelpers extends Object
public static String fixture(String filename) throws IOException
src/test/resources and returns its contents as a
UTF-8 string.filename - the filename of the fixture filesrc/test/resources/{filename}IOException - if filename doesn't exist or can't be openedCopyright © 2014. All rights reserved.