comparison m-toolbox/classes/tests/@ltpda_obj_tests/ltpda_obj_tests.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 % LTPDA_OBJ_TESTS is the base class for all ltpda_obj object tests.
2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %
4 % DESCRIPTION: LTPDA_OBJ_TESTS is the base class for all ltpda_obj
5 % objects.
6 %
7 %
8 % VERSION: $Id: ltpda_obj_tests.m,v 1.1 2010/12/20 12:50:36 hewitson Exp $
9 %
10 %
11 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12
13 classdef ltpda_obj_tests < ltpda_utp
14
15
16 methods
17 function utp = ltpda_obj_tests
18 utp = utp@ltpda_utp;
19 end
20 end
21
22
23 end
24