source: utilitiespy/test/tools/systempropertiestest.py

Last change on this file was 1121, checked in by wouter, 6 weeks ago

extended properties

File size: 382 bytes
Line 
1import unittest
2from tudelft.utilities.listener.DefaultListenable import DefaultListenable
3from tudelft.utilities.tools.Iterator import hasNext
4from tudelft.utilities.tools.systemproperties import systemproperties
5
6class DefaultListenableTest(unittest.TestCase):
7
8 def test_Properties(self):
9 props=systemproperties()
10 print(props["java.io.tmpdir"])
11 print(props["user.home"])
Note: See TracBrowser for help on using the repository browser.