.. _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: 2.0
:required: True
:threshold: 0.9
:id: 150815
:exer_opts: JOP-lang=en&code=true&JXOP-code=java&JXOP-debug=false
:long_name: Bowling Testing With Code