Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

how do i get my testNormalize to throw an exception? what is the junit code for it and rhe class code if needed // Test

how do i get my testNormalize to throw an exception? what is the junit code for it and rhe class code if needed image text in transcribed
// Test for normalize @Test public void testNormalize() { Vector3D v1 = new Vector3D( x: 20, y: 10, z 25); Vector3D v2 = new Vector3D( x: 15, y: 25, z 30); Assert.assertEquals( expected: "(0.60,0.30,0.75)", v1.normalize().toString(); Assert.assertEquals( expected: "(0.36, 0.60,0.72)", V2.normalize().toString()

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Oracle Solaris 11 System Administration

Authors: Bill Calkins

1st Edition

0133007170, 9780133007176

More Books

Students also viewed these Databases questions

Question

To solve p + 3q = 5z + tan( y - 3x)

Answered: 1 week ago