Package com.google.appengine.tools.mapreduce.testModels

Examples of com.google.appengine.tools.mapreduce.testModels.Man


  public void testGeneratedJsonForBigIgnoreAnnotations() {
    BigQueryDataMarshallerTester<Man> tester =
        new BigQueryDataMarshallerTester<Man>(new BigQueryMarshallerByType<Man>(Man.class));
    tester.testGeneratedJson("{\"name\":\"Iniesta\",\"gender\":\"male\"}",
        new Man(454, "Iniesta", "male"));
  }
View Full Code Here

TOP

Related Classes of com.google.appengine.tools.mapreduce.testModels.Man

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.