blob: b35805836d1f9ce76eb14d5a9b1c2363aa53c3d8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 Orange.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*******************************************************************************/
package org.eclipse.om2m.ipe.sdt.testsuite;
import org.eclipse.om2m.commons.resource.FlexContainer;
import org.eclipse.om2m.sdt.Device;
public class DeviceChecker {
private final Device device;
private FlexContainer flexContainer;
public DeviceChecker(final Device pDevice) {
this.device = pDevice;
}
// private
}