view m-toolbox/classes/tests/@ltpda_obj_tests/ltpda_obj_tests.m @ 33:5e7477b94d94
database-connection-manager
Add known repositories list to LTPDAPreferences
author
Daniele Nicolodi <nicolodi@science.unitn.it>
date
Mon, 05 Dec 2011 16:20:06 +0100 (2011-12-05)
parents
f0afece42f48
children
line source
+ − % LTPDA_OBJ_TESTS is the base class for all ltpda_obj object tests.
+ − %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ − %
+ − % DESCRIPTION: LTPDA_OBJ_TESTS is the base class for all ltpda_obj
+ − % objects.
+ − %
+ − %
+ − % VERSION: $Id: ltpda_obj_tests.m,v 1.1 2010/12/20 12:50:36 hewitson Exp $
+ − %
+ − %
+ − %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+ −
+ − classdef ltpda_obj_tests < ltpda_utp
+ −
+ −
+ − methods
+ − function utp = ltpda_obj_tests
+ − utp = utp@ltpda_utp;
+ − end
+ − end
+ −
+ −
+ − end
+ −