001package edu.pdx.cs.joy.family; 002 003import org.junit.jupiter.api.Test; 004 005 006/** 007 * This class tests the functionality of the implementors of 008 * <code>RemoteMarriage</code>. 009 */ 010public class RemoteMarriageTest { 011 012 @Test 013 public void testSetDate() { 014 015 } 016 017 @Test 018 public void testSetLocation() { 019 020 } 021 022}