All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmlens.report.assertion.OnDescriptionAndLeftBeforeRightNoOp Maven / Gradle / Ivy

The newest version!
package com.vmlens.report.assertion;

import com.vmlens.trace.agent.bootstrap.description.ClassDescription;
import com.vmlens.trace.agent.bootstrap.description.ThreadOrLoopDescription;

public class OnDescriptionAndLeftBeforeRightNoOp implements OnDescriptionAndLeftBeforeRight {

    @Override
    public void startRun(int loopId, int runId) {

    }

    @Override
    public void onLeftBeforeRight(LeftBeforeRight leftBeforeRight) {
    }

    @Override
    public void onClassDescription(ClassDescription classDescription) {

    }

    @Override
    public void onThreadOrLoopDescription(ThreadOrLoopDescription threadOrLoopDescription) {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy