/**
* TLS-Attacker - A Modular Penetration Testing Framework for TLS
*
* Copyright 2014-2016 Ruhr University Bochum / Hackmanit GmbH
*
* Licensed under Apache License 2.0
* http://www.apache.org/licenses/LICENSE-2.0
*/
package de.rub.nds.tlsattacker.tls.protocol.handshake;
import org.junit.Test;
import static org.junit.Assert.*;
/**
*
* @author Juraj Somorovsky - juraj.somorovsky@rub.de
*/
public class FinishedHandlerTest {
public FinishedHandlerTest() {
}
/**
* Test of prepareMessageAction method, of class FinishedHandler.
*/
@Test
public void testPrepareMessageAction() {
// todo
}
/**
* Test of parseMessageAction method, of class FinishedHandler.
*/
@Test
public void testParseMessageAction() {
// todo
}
}