source:
utilitiespy/test/tools/systempropertiestest.py@
1237
Last change on this file since 1237 was 1121, checked in by , 7 weeks ago | |
---|---|
File size: 382 bytes |
Rev | Line | |
---|---|---|
[1119] | 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() | |
[1121] | 10 | print(props["java.io.tmpdir"]) |
11 | print(props["user.home"]) |
Note:
See TracBrowser
for help on using the repository browser.