summaryrefslogtreecommitdiff
path: root/mox_test_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'mox_test_helper.py')
-rwxr-xr-xmox_test_helper.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mox_test_helper.py b/mox_test_helper.py
index 65ffafd..60f72aa 100755
--- a/mox_test_helper.py
+++ b/mox_test_helper.py
@@ -109,3 +109,7 @@ class CallableClass(object):
def MyTestFunction(one, two, nine=None):
pass
+
+class ExampleClass(object):
+ def TestMethod(self, one, two, nine=None):
+ pass