Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for groupTest_ (0.1 sec)

  1. src/test/java/org/codelibs/fess/it/admin/GroupTests.java

    import org.junit.jupiter.api.Tag;
    import org.junit.jupiter.api.Test;
    
    import io.restassured.path.json.JsonPath;
    
    @Tag("it")
    public class GroupTests extends CrudTestBase {
    
        private static final String NAME_PREFIX = "groupTest_";
        private static final String API_PATH = "/api/admin/group";
        private static final String LIST_ENDPOINT_SUFFIX = "settings";
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  2. src/os/user/lookup_unix_test.go

    // license that can be found in the LICENSE file.
    
    //go:build unix && !android && !cgo && !darwin
    
    package user
    
    import (
    	"reflect"
    	"strings"
    	"testing"
    )
    
    var groupTests = []struct {
    	in   string
    	name string
    	gid  string
    }{
    	{testGroupFile, "nobody", "-2"},
    	{testGroupFile, "kmem", "2"},
    	{testGroupFile, "notinthefile", ""},
    	{testGroupFile, "comment", ""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 11 04:31:34 UTC 2022
    - 7.3K bytes
    - Viewed (0)
Back to top