diff m-toolbox/classes/tests/@ltpda_uo_tests/ltpda_uo_tests.m @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/m-toolbox/classes/tests/@ltpda_uo_tests/ltpda_uo_tests.m	Wed Nov 23 19:22:13 2011 +0100
@@ -0,0 +1,23 @@
+% LTPDA_OBJ_TESTS is the base class for all ltpda_obj objects.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%
+% DESCRIPTION:   LTPDA_OBJ_TESTS is the base class for all ltpda_obj objects.
+%
+%
+% VERSION:     $Id: ltpda_uo_tests.m,v 1.1 2010/12/20 12:50:56 hewitson Exp $
+%
+%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+classdef ltpda_uo_tests < ltpda_obj_tests
+
+  methods 
+    function utp = ltpda_uo_tests
+      utp = utp@ltpda_obj_tests;
+    end
+  end  
+  
+
+  
+end
+