.. _Bowling:
.. raw:: html
.. |--| unicode:: U+2013 .. en dash
.. |---| unicode:: U+2014 .. em dash, trimming surrounding whitespace
:trim:
.. This file is part of the OpenDSA eTextbook project. See
.. http://algoviz.org/OpenDSA for more details.
.. Copyright (c) 2012-2016 by the OpenDSA Project Contributors, and
.. distributed under an MIT open source license.
.. avmetadata::
:author: Cliff Shaffer
:requires: Testing Introduction
:satisfies:
:topic: Testing
Bowling Example
===============
Bowling Example
---------------
Once again, try the Bowling example.
But this time you get to see the code.
This is easier, right?
Try to get 100% code coverage.
.. avembed:: AV/Testing/Bowling/BowlingApplet.html pe
:module: Bowling
:points: 1.0
:required: True
:threshold: 1.0
:id: 192828
:exer_opts: JXOP-debug=false&JOP-lang=en&JXOP-code=java_generic
:long_name: Bowling Testing With Code