package com.github.davidmoten.rx.internal.operators;
import org.junit.Test;
import com.github.davidmoten.junit.Asserts;
public class PermutationsTest {
@Test
public void isUtilClass() {
Asserts.assertIsUtilityClass(Permutations.class);
}
}