Skip to content

Separate test objects, which are known by TestRunner and real test objects #48

Description

@GoogleCodeExporter
Это дает возможность создавать объект 
реального, а не интерфейсного теста в 
методе setUp(), и удалять в tearDown(), занимая 
ресурсы только тогда, когда это 
действительно необходимо.

Such scheme allow create real test object in test() method on interface test 
object and delete it in tearDown() method, so it will occupy resources (memory, 
etc) only in real need time.

Original issue reported on code.google.com by MuteSpi...@gmail.com on 8 Aug 2012 at 12:31

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions