source:
utilitiespy/test/tools/systempropertiestest.py
Last change on this file was 1121, checked in by , 6 weeks ago | |
---|---|
File size: 382 bytes |
Line | |
---|---|
1 | import unittest |
2 | from tudelft.utilities.listener.DefaultListenable import DefaultListenable |
3 | from tudelft.utilities.tools.Iterator import hasNext |
4 | from tudelft.utilities.tools.systemproperties import systemproperties |
5 | |
6 | class 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.