@Test public final void testToString() { assertTrue("Didn't get string", compute.toString() instanceof java.lang.String); }
/** * The name of the compute type for the bundle. * * @param name The name of the compute type for the bundle. * @see Compute */ public void setName(Compute name) { this.name = name.toString(); }