|
What this is
Other links
The source codepackage data.run; import junit.framework.*; public class PropertiesTest extends TestCase { public PropertiesTest(java.lang.String testName) { super(testName); } /** Test of some_method_to_test method, of class data.run.Main. */ public void testProperties() { System.out.println("Properties test:"); System.out.println("Testing Properties 1:"); System.out.println(System.getProperty ("testingproperty1", " |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.