Eclipse Plug-in for Generating and Executing Test Cases for Database Objects


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Eclipse Plug-in for Generating and Executing Test Cases for Database Objects
# 1  
Old 12-15-2008
Eclipse Plug-in for Generating and Executing Test Cases for Database Objects

An Eclipse plug-in capable of automatically generating JUnit and SQLUnit test cases for database objects. (NEW: 12/11/2008 in eclipse)

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Test cases for file system mount/umount performance in HP

Hi Folks, Could anyone please assist me with the what could be the scenarios to test the file system mount/umount performance check in HPUX. Thanks in advance, Vaishey (5 Replies)
Discussion started by: Vaishey
5 Replies

2. Shell Programming and Scripting

Any Sample ksh script to validate all the database objects

Hi, I need a sample script to validate all the database objects like 1. table structure(columns, datatypes,key contraints if any) 2. synonyms 3. grants 4. indexes ....etc thank you! (2 Replies)
Discussion started by: srikanth_sagi
2 Replies

3. AIX

Wrap Plug Test

Can someone show me on how to use DIAG command in doing a wrap plug test for fcs0 (FC Adapter)? (3 Replies)
Discussion started by: apra143
3 Replies

4. UNIX for Advanced & Expert Users

test cases

in my organisation the unix server is migrated.the ip of the server changed and the hardware.i need to test that i am aving the same file structure and data which is created under my user id.and the utilities like sqlplus,ftp are working or not.i am talking abt the general user perspective who... (0 Replies)
Discussion started by: dr46014
0 Replies
Login or Register to Ask a Question
Gtk2::Plug(3)						User Contributed Perl Documentation					     Gtk2::Plug(3)

NAME
Gtk2::Plug HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Window +----Gtk2::Plug INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gtk2::Plug->new ($socket_id) o $socket_id (Gtk2::Gdk::NativeWindow) widget = Gtk2::Plug->new_for_display Since: gtk+ 2.2 $plug->construct ($socket_id) o $socket_id (Gtk2::Gdk::NativeWindow) $plug->construct_for_display ($display, $socket_id) o $display (Gtk2::Gdk::Display) o $socket_id (Gtk2::Gdk::NativeWindow) Since: gtk+ 2.2 boolean = $plug->get_embedded Since: gtk+ 2.14 nativewindow = $plug->get_id window or undef = $plug->get_socket_window Since: gtk+ 2.14 PROPERTIES
'embedded' (boolean : readable / private) Whether or not the plug is embedded 'socket-window' (Gtk2::Gdk::Window : readable / private) The window of the socket the plug is embedded in SIGNALS
embedded (Gtk2::Plug) SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Window COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Plug(3)