Team Awesome

From OpenSourceSoftwarePractice

Jump to: navigation, search
  • Tom Piekos
  • Kenneth Johnson

Contents

Overview

The VTK widgets are missing tests. We will choose five (5) .cxx exmaples and add a test for each.

Presentation

Team Awesome - VTK Widget Tests Presentation PDF

© 2007 Tom Piekos and Kenny Johnson

  • This presentation is Copyrighted by Tom Piekos and Kenny Johnson
  • This presentation is distributed under the Creative Commons Attribution License 3.0: http://creativecommons.org/licenses/by/3.0
  • You are free to Reuse and Remix, provided that you give credit to the authors

Our Tests

  • TestBorderWidget.cxx
  • TestCaptionWidget.cxx
  • TestDistanceWidget.cxx
  • TestSliderWidget.cxx
  • TestTextWidget.cxx

Missing Tests

This is a list of tests missing button press data (commented out in CMakeLists.txt) - ours in bold are no longer missing data!

  • TestAffineWidget.cxx
  • TestAngleWidget.cxx
  • TestBalloonWidget.cxx
  • TestBorderWidget.cxx
  • TestCameraWidget.cxx
  • TestCaptionWidget.cxx
  • TestCheckerboardWidget.cxx
  • TestDistanceWidget.cxx
  • TestHandleWidget2D.cxx
  • TestLogoWidget.cxx
  • TestPlaybackWidget.cxx
  • TestRectilinearWipeWidget.cxx
  • TestSeedWidget.cxx
  • TestSliderWidget.cxx
  • TestTextWidget.cxx
  • TestConstrainedHandleWidget.cxx
  • TestFocalPlaneContour.cxx
  • TestOrientedGlyphContour.cxx
  • TestLineWidget2.cxx
  • TestSeedWidget2.cxx

Final Results