check for get, set, update in Definition/Asset.t
This commit is contained in:
parent
d5dd260f32
commit
669f8031f9
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ use WebGUI::Test;
|
|||
|
||||
::can_ok +__PACKAGE__, 'update';
|
||||
::can_ok +__PACKAGE__, 'tableName';
|
||||
::can_ok +__PACKAGE__, 'get';
|
||||
::can_ok +__PACKAGE__, 'set';
|
||||
|
||||
my $object = __PACKAGE__->new;
|
||||
$object->set({property1 => 'property value'});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue