24d88919415af2d590b177c1dcb1fa03dee976e4,imagej/tests/test_windowmanager.py,TestWindowManager,setUp,#TestWindowManager#,24
Before Change
def setUp(self):
from cellprofiler.modules.tests import example_images_directory
self.root_dir = example_images_directory()
J.attach()
def tearDown(self):
J.detach()
def test_01_01_set_current_image(self):
After Change
def setUp(self):
from cellprofiler.modules.tests import example_images_directory
self.root_dir = example_images_directory()
J.attach()
def tearDown(self):
J.detach()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: CellProfiler/CellProfiler
Commit Name: 24d88919415af2d590b177c1dcb1fa03dee976e4
Time: 2014-07-29
Author: leek@broadinstitute.org
File Name: imagej/tests/test_windowmanager.py
Class Name: TestWindowManager
Method Name: setUp
Project Name: CellProfiler/CellProfiler
Commit Name: 24d88919415af2d590b177c1dcb1fa03dee976e4
Time: 2014-07-29
Author: leek@broadinstitute.org
File Name: imagej/tests/test_imageplus.py
Class Name: TestImagePlus
Method Name: setUp
Project Name: CellProfiler/CellProfiler
Commit Name: 24d88919415af2d590b177c1dcb1fa03dee976e4
Time: 2014-07-29
Author: leek@broadinstitute.org
File Name: imagej/tests/test_imageprocessor.py
Class Name: TestImageProcessor
Method Name: setUp