Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

io.github.libtmux.junit5.NamedServerFixture.NamedServerFixture.own

Java
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
io.github.libtmux.junit5.NamedServerFixture
Declared in
NamedServerFixture
Package
io.github.libtmux:libtmux
Source
libtmux-junit5/src/main/java/io/github/libtmux/junit5/NamedServerFixture.java
own ( server : Server , expectedName : String , quarantine : Path ) → NamedServerFixture ( server : Server , expectedSocket : Path , quarantine : Path ) → NamedServerFixture
methodstaticoverload2 overloads [source]
methodstaticoverload2 overloads [source]
own

Authenticates a live named server and takes responsibility for ending it.

Parameters
  • server ( Server ) – the server this test started

  • expectedSocket ( Path ) – the exact socket path the test supplied to tmux

  • quarantine ( Path ) – the owned root that must contain the socket

Returns

cleanup bound to the reported process, path, and socket inode

Raises

0 declared, 0 inherited

Esc

Type to search.